home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / Sample Editors⁄Viewers / Text Editor / Source / TextEditorGlobals.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-13  |  485 b   |  22 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        TextEditorGlobals.cpp
  3.  
  4.     Contains:    TextEditor globals
  5.  
  6.     Written by:    Steve Smith
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9. */
  10.  
  11.  
  12. #ifndef _TEXTEDITORGLOBALS_
  13. #include "TextEditorGlobals.h"
  14. #endif
  15.  
  16. //==============================================================================
  17. // Globals
  18. //==============================================================================
  19.  
  20. ODUShort            gGlobalsUsageCount    = 0;
  21. TextEditorGlobals*    gGlobals            = kODNULL;
  22.